3.1735 \(\int \frac{(A+B x) (a^2+2 a b x+b^2 x^2)^{3/2}}{(d+e x)^{10}} \, dx\)

Optimal. Leaf size=298 \[ \frac{b^2 \sqrt{a^2+2 a b x+b^2 x^2} (-3 a B e-A b e+4 b B d)}{6 e^5 (a+b x) (d+e x)^6}-\frac{3 b \sqrt{a^2+2 a b x+b^2 x^2} (b d-a e) (-a B e-A b e+2 b B d)}{7 e^5 (a+b x) (d+e x)^7}+\frac{\sqrt{a^2+2 a b x+b^2 x^2} (b d-a e)^2 (-a B e-3 A b e+4 b B d)}{8 e^5 (a+b x) (d+e x)^8}-\frac{\sqrt{a^2+2 a b x+b^2 x^2} (b d-a e)^3 (B d-A e)}{9 e^5 (a+b x) (d+e x)^9}-\frac{b^3 B \sqrt{a^2+2 a b x+b^2 x^2}}{5 e^5 (a+b x) (d+e x)^5} \]

[Out]

-((b*d - a*e)^3*(B*d - A*e)*Sqrt[a^2 + 2*a*b*x + b^2*x^2])/(9*e^5*(a + b*x)*(d + e*x)^9) + ((b*d - a*e)^2*(4*b
*B*d - 3*A*b*e - a*B*e)*Sqrt[a^2 + 2*a*b*x + b^2*x^2])/(8*e^5*(a + b*x)*(d + e*x)^8) - (3*b*(b*d - a*e)*(2*b*B
*d - A*b*e - a*B*e)*Sqrt[a^2 + 2*a*b*x + b^2*x^2])/(7*e^5*(a + b*x)*(d + e*x)^7) + (b^2*(4*b*B*d - A*b*e - 3*a
*B*e)*Sqrt[a^2 + 2*a*b*x + b^2*x^2])/(6*e^5*(a + b*x)*(d + e*x)^6) - (b^3*B*Sqrt[a^2 + 2*a*b*x + b^2*x^2])/(5*
e^5*(a + b*x)*(d + e*x)^5)

________________________________________________________________________________________

Rubi [A]  time = 0.176871, antiderivative size = 298, normalized size of antiderivative = 1., number of steps used = 3, number of rules used = 2, integrand size = 33, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.061, Rules used = {770, 77} \[ \frac{b^2 \sqrt{a^2+2 a b x+b^2 x^2} (-3 a B e-A b e+4 b B d)}{6 e^5 (a+b x) (d+e x)^6}-\frac{3 b \sqrt{a^2+2 a b x+b^2 x^2} (b d-a e) (-a B e-A b e+2 b B d)}{7 e^5 (a+b x) (d+e x)^7}+\frac{\sqrt{a^2+2 a b x+b^2 x^2} (b d-a e)^2 (-a B e-3 A b e+4 b B d)}{8 e^5 (a+b x) (d+e x)^8}-\frac{\sqrt{a^2+2 a b x+b^2 x^2} (b d-a e)^3 (B d-A e)}{9 e^5 (a+b x) (d+e x)^9}-\frac{b^3 B \sqrt{a^2+2 a b x+b^2 x^2}}{5 e^5 (a+b x) (d+e x)^5} \]

Antiderivative was successfully verified.

[In]

Int[((A + B*x)*(a^2 + 2*a*b*x + b^2*x^2)^(3/2))/(d + e*x)^10,x]

[Out]

-((b*d - a*e)^3*(B*d - A*e)*Sqrt[a^2 + 2*a*b*x + b^2*x^2])/(9*e^5*(a + b*x)*(d + e*x)^9) + ((b*d - a*e)^2*(4*b
*B*d - 3*A*b*e - a*B*e)*Sqrt[a^2 + 2*a*b*x + b^2*x^2])/(8*e^5*(a + b*x)*(d + e*x)^8) - (3*b*(b*d - a*e)*(2*b*B
*d - A*b*e - a*B*e)*Sqrt[a^2 + 2*a*b*x + b^2*x^2])/(7*e^5*(a + b*x)*(d + e*x)^7) + (b^2*(4*b*B*d - A*b*e - 3*a
*B*e)*Sqrt[a^2 + 2*a*b*x + b^2*x^2])/(6*e^5*(a + b*x)*(d + e*x)^6) - (b^3*B*Sqrt[a^2 + 2*a*b*x + b^2*x^2])/(5*
e^5*(a + b*x)*(d + e*x)^5)

Rule 770

Int[((d_.) + (e_.)*(x_))^(m_.)*((f_.) + (g_.)*(x_))*((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)^(p_), x_Symbol] :> Dis
t[(a + b*x + c*x^2)^FracPart[p]/(c^IntPart[p]*(b/2 + c*x)^(2*FracPart[p])), Int[(d + e*x)^m*(f + g*x)*(b/2 + c
*x)^(2*p), x], x] /; FreeQ[{a, b, c, d, e, f, g, m}, x] && EqQ[b^2 - 4*a*c, 0]

Rule 77

Int[((a_.) + (b_.)*(x_))*((c_) + (d_.)*(x_))^(n_.)*((e_.) + (f_.)*(x_))^(p_.), x_Symbol] :> Int[ExpandIntegran
d[(a + b*x)*(c + d*x)^n*(e + f*x)^p, x], x] /; FreeQ[{a, b, c, d, e, f, n}, x] && NeQ[b*c - a*d, 0] && ((ILtQ[
n, 0] && ILtQ[p, 0]) || EqQ[p, 1] || (IGtQ[p, 0] && ( !IntegerQ[n] || LeQ[9*p + 5*(n + 2), 0] || GeQ[n + p + 1
, 0] || (GeQ[n + p + 2, 0] && RationalQ[a, b, c, d, e, f]))))

Rubi steps

\begin{align*} \int \frac{(A+B x) \left (a^2+2 a b x+b^2 x^2\right )^{3/2}}{(d+e x)^{10}} \, dx &=\frac{\sqrt{a^2+2 a b x+b^2 x^2} \int \frac{\left (a b+b^2 x\right )^3 (A+B x)}{(d+e x)^{10}} \, dx}{b^2 \left (a b+b^2 x\right )}\\ &=\frac{\sqrt{a^2+2 a b x+b^2 x^2} \int \left (-\frac{b^3 (b d-a e)^3 (-B d+A e)}{e^4 (d+e x)^{10}}+\frac{b^3 (b d-a e)^2 (-4 b B d+3 A b e+a B e)}{e^4 (d+e x)^9}-\frac{3 b^4 (b d-a e) (-2 b B d+A b e+a B e)}{e^4 (d+e x)^8}+\frac{b^5 (-4 b B d+A b e+3 a B e)}{e^4 (d+e x)^7}+\frac{b^6 B}{e^4 (d+e x)^6}\right ) \, dx}{b^2 \left (a b+b^2 x\right )}\\ &=-\frac{(b d-a e)^3 (B d-A e) \sqrt{a^2+2 a b x+b^2 x^2}}{9 e^5 (a+b x) (d+e x)^9}+\frac{(b d-a e)^2 (4 b B d-3 A b e-a B e) \sqrt{a^2+2 a b x+b^2 x^2}}{8 e^5 (a+b x) (d+e x)^8}-\frac{3 b (b d-a e) (2 b B d-A b e-a B e) \sqrt{a^2+2 a b x+b^2 x^2}}{7 e^5 (a+b x) (d+e x)^7}+\frac{b^2 (4 b B d-A b e-3 a B e) \sqrt{a^2+2 a b x+b^2 x^2}}{6 e^5 (a+b x) (d+e x)^6}-\frac{b^3 B \sqrt{a^2+2 a b x+b^2 x^2}}{5 e^5 (a+b x) (d+e x)^5}\\ \end{align*}

Mathematica [A]  time = 0.120306, size = 232, normalized size = 0.78 \[ -\frac{\sqrt{(a+b x)^2} \left (15 a^2 b e^2 \left (7 A e (d+9 e x)+2 B \left (d^2+9 d e x+36 e^2 x^2\right )\right )+35 a^3 e^3 (8 A e+B (d+9 e x))+15 a b^2 e \left (2 A e \left (d^2+9 d e x+36 e^2 x^2\right )+B \left (9 d^2 e x+d^3+36 d e^2 x^2+84 e^3 x^3\right )\right )+b^3 \left (5 A e \left (9 d^2 e x+d^3+36 d e^2 x^2+84 e^3 x^3\right )+4 B \left (36 d^2 e^2 x^2+9 d^3 e x+d^4+84 d e^3 x^3+126 e^4 x^4\right )\right )\right )}{2520 e^5 (a+b x) (d+e x)^9} \]

Antiderivative was successfully verified.

[In]

Integrate[((A + B*x)*(a^2 + 2*a*b*x + b^2*x^2)^(3/2))/(d + e*x)^10,x]

[Out]

-(Sqrt[(a + b*x)^2]*(35*a^3*e^3*(8*A*e + B*(d + 9*e*x)) + 15*a^2*b*e^2*(7*A*e*(d + 9*e*x) + 2*B*(d^2 + 9*d*e*x
 + 36*e^2*x^2)) + 15*a*b^2*e*(2*A*e*(d^2 + 9*d*e*x + 36*e^2*x^2) + B*(d^3 + 9*d^2*e*x + 36*d*e^2*x^2 + 84*e^3*
x^3)) + b^3*(5*A*e*(d^3 + 9*d^2*e*x + 36*d*e^2*x^2 + 84*e^3*x^3) + 4*B*(d^4 + 9*d^3*e*x + 36*d^2*e^2*x^2 + 84*
d*e^3*x^3 + 126*e^4*x^4))))/(2520*e^5*(a + b*x)*(d + e*x)^9)

________________________________________________________________________________________

Maple [A]  time = 0.01, size = 317, normalized size = 1.1 \begin{align*} -{\frac{504\,B{x}^{4}{b}^{3}{e}^{4}+420\,A{x}^{3}{b}^{3}{e}^{4}+1260\,B{x}^{3}a{b}^{2}{e}^{4}+336\,B{x}^{3}{b}^{3}d{e}^{3}+1080\,A{x}^{2}a{b}^{2}{e}^{4}+180\,A{x}^{2}{b}^{3}d{e}^{3}+1080\,B{x}^{2}{a}^{2}b{e}^{4}+540\,B{x}^{2}a{b}^{2}d{e}^{3}+144\,B{x}^{2}{b}^{3}{d}^{2}{e}^{2}+945\,Ax{a}^{2}b{e}^{4}+270\,Axa{b}^{2}d{e}^{3}+45\,Ax{b}^{3}{d}^{2}{e}^{2}+315\,Bx{a}^{3}{e}^{4}+270\,Bx{a}^{2}bd{e}^{3}+135\,Bxa{b}^{2}{d}^{2}{e}^{2}+36\,Bx{b}^{3}{d}^{3}e+280\,A{a}^{3}{e}^{4}+105\,Ad{e}^{3}{a}^{2}b+30\,Aa{b}^{2}{d}^{2}{e}^{2}+5\,A{b}^{3}{d}^{3}e+35\,Bd{e}^{3}{a}^{3}+30\,B{a}^{2}b{d}^{2}{e}^{2}+15\,Ba{b}^{2}{d}^{3}e+4\,B{b}^{3}{d}^{4}}{2520\,{e}^{5} \left ( ex+d \right ) ^{9} \left ( bx+a \right ) ^{3}} \left ( \left ( bx+a \right ) ^{2} \right ) ^{{\frac{3}{2}}}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((B*x+A)*(b^2*x^2+2*a*b*x+a^2)^(3/2)/(e*x+d)^10,x)

[Out]

-1/2520/e^5*(504*B*b^3*e^4*x^4+420*A*b^3*e^4*x^3+1260*B*a*b^2*e^4*x^3+336*B*b^3*d*e^3*x^3+1080*A*a*b^2*e^4*x^2
+180*A*b^3*d*e^3*x^2+1080*B*a^2*b*e^4*x^2+540*B*a*b^2*d*e^3*x^2+144*B*b^3*d^2*e^2*x^2+945*A*a^2*b*e^4*x+270*A*
a*b^2*d*e^3*x+45*A*b^3*d^2*e^2*x+315*B*a^3*e^4*x+270*B*a^2*b*d*e^3*x+135*B*a*b^2*d^2*e^2*x+36*B*b^3*d^3*e*x+28
0*A*a^3*e^4+105*A*a^2*b*d*e^3+30*A*a*b^2*d^2*e^2+5*A*b^3*d^3*e+35*B*a^3*d*e^3+30*B*a^2*b*d^2*e^2+15*B*a*b^2*d^
3*e+4*B*b^3*d^4)*((b*x+a)^2)^(3/2)/(e*x+d)^9/(b*x+a)^3

________________________________________________________________________________________

Maxima [F(-2)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Exception raised: ValueError} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((B*x+A)*(b^2*x^2+2*a*b*x+a^2)^(3/2)/(e*x+d)^10,x, algorithm="maxima")

[Out]

Exception raised: ValueError

________________________________________________________________________________________

Fricas [A]  time = 1.64626, size = 760, normalized size = 2.55 \begin{align*} -\frac{504 \, B b^{3} e^{4} x^{4} + 4 \, B b^{3} d^{4} + 280 \, A a^{3} e^{4} + 5 \,{\left (3 \, B a b^{2} + A b^{3}\right )} d^{3} e + 30 \,{\left (B a^{2} b + A a b^{2}\right )} d^{2} e^{2} + 35 \,{\left (B a^{3} + 3 \, A a^{2} b\right )} d e^{3} + 84 \,{\left (4 \, B b^{3} d e^{3} + 5 \,{\left (3 \, B a b^{2} + A b^{3}\right )} e^{4}\right )} x^{3} + 36 \,{\left (4 \, B b^{3} d^{2} e^{2} + 5 \,{\left (3 \, B a b^{2} + A b^{3}\right )} d e^{3} + 30 \,{\left (B a^{2} b + A a b^{2}\right )} e^{4}\right )} x^{2} + 9 \,{\left (4 \, B b^{3} d^{3} e + 5 \,{\left (3 \, B a b^{2} + A b^{3}\right )} d^{2} e^{2} + 30 \,{\left (B a^{2} b + A a b^{2}\right )} d e^{3} + 35 \,{\left (B a^{3} + 3 \, A a^{2} b\right )} e^{4}\right )} x}{2520 \,{\left (e^{14} x^{9} + 9 \, d e^{13} x^{8} + 36 \, d^{2} e^{12} x^{7} + 84 \, d^{3} e^{11} x^{6} + 126 \, d^{4} e^{10} x^{5} + 126 \, d^{5} e^{9} x^{4} + 84 \, d^{6} e^{8} x^{3} + 36 \, d^{7} e^{7} x^{2} + 9 \, d^{8} e^{6} x + d^{9} e^{5}\right )}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((B*x+A)*(b^2*x^2+2*a*b*x+a^2)^(3/2)/(e*x+d)^10,x, algorithm="fricas")

[Out]

-1/2520*(504*B*b^3*e^4*x^4 + 4*B*b^3*d^4 + 280*A*a^3*e^4 + 5*(3*B*a*b^2 + A*b^3)*d^3*e + 30*(B*a^2*b + A*a*b^2
)*d^2*e^2 + 35*(B*a^3 + 3*A*a^2*b)*d*e^3 + 84*(4*B*b^3*d*e^3 + 5*(3*B*a*b^2 + A*b^3)*e^4)*x^3 + 36*(4*B*b^3*d^
2*e^2 + 5*(3*B*a*b^2 + A*b^3)*d*e^3 + 30*(B*a^2*b + A*a*b^2)*e^4)*x^2 + 9*(4*B*b^3*d^3*e + 5*(3*B*a*b^2 + A*b^
3)*d^2*e^2 + 30*(B*a^2*b + A*a*b^2)*d*e^3 + 35*(B*a^3 + 3*A*a^2*b)*e^4)*x)/(e^14*x^9 + 9*d*e^13*x^8 + 36*d^2*e
^12*x^7 + 84*d^3*e^11*x^6 + 126*d^4*e^10*x^5 + 126*d^5*e^9*x^4 + 84*d^6*e^8*x^3 + 36*d^7*e^7*x^2 + 9*d^8*e^6*x
 + d^9*e^5)

________________________________________________________________________________________

Sympy [F(-1)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Timed out} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((B*x+A)*(b**2*x**2+2*a*b*x+a**2)**(3/2)/(e*x+d)**10,x)

[Out]

Timed out

________________________________________________________________________________________

Giac [A]  time = 1.12059, size = 576, normalized size = 1.93 \begin{align*} -\frac{{\left (504 \, B b^{3} x^{4} e^{4} \mathrm{sgn}\left (b x + a\right ) + 336 \, B b^{3} d x^{3} e^{3} \mathrm{sgn}\left (b x + a\right ) + 144 \, B b^{3} d^{2} x^{2} e^{2} \mathrm{sgn}\left (b x + a\right ) + 36 \, B b^{3} d^{3} x e \mathrm{sgn}\left (b x + a\right ) + 4 \, B b^{3} d^{4} \mathrm{sgn}\left (b x + a\right ) + 1260 \, B a b^{2} x^{3} e^{4} \mathrm{sgn}\left (b x + a\right ) + 420 \, A b^{3} x^{3} e^{4} \mathrm{sgn}\left (b x + a\right ) + 540 \, B a b^{2} d x^{2} e^{3} \mathrm{sgn}\left (b x + a\right ) + 180 \, A b^{3} d x^{2} e^{3} \mathrm{sgn}\left (b x + a\right ) + 135 \, B a b^{2} d^{2} x e^{2} \mathrm{sgn}\left (b x + a\right ) + 45 \, A b^{3} d^{2} x e^{2} \mathrm{sgn}\left (b x + a\right ) + 15 \, B a b^{2} d^{3} e \mathrm{sgn}\left (b x + a\right ) + 5 \, A b^{3} d^{3} e \mathrm{sgn}\left (b x + a\right ) + 1080 \, B a^{2} b x^{2} e^{4} \mathrm{sgn}\left (b x + a\right ) + 1080 \, A a b^{2} x^{2} e^{4} \mathrm{sgn}\left (b x + a\right ) + 270 \, B a^{2} b d x e^{3} \mathrm{sgn}\left (b x + a\right ) + 270 \, A a b^{2} d x e^{3} \mathrm{sgn}\left (b x + a\right ) + 30 \, B a^{2} b d^{2} e^{2} \mathrm{sgn}\left (b x + a\right ) + 30 \, A a b^{2} d^{2} e^{2} \mathrm{sgn}\left (b x + a\right ) + 315 \, B a^{3} x e^{4} \mathrm{sgn}\left (b x + a\right ) + 945 \, A a^{2} b x e^{4} \mathrm{sgn}\left (b x + a\right ) + 35 \, B a^{3} d e^{3} \mathrm{sgn}\left (b x + a\right ) + 105 \, A a^{2} b d e^{3} \mathrm{sgn}\left (b x + a\right ) + 280 \, A a^{3} e^{4} \mathrm{sgn}\left (b x + a\right )\right )} e^{\left (-5\right )}}{2520 \,{\left (x e + d\right )}^{9}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((B*x+A)*(b^2*x^2+2*a*b*x+a^2)^(3/2)/(e*x+d)^10,x, algorithm="giac")

[Out]

-1/2520*(504*B*b^3*x^4*e^4*sgn(b*x + a) + 336*B*b^3*d*x^3*e^3*sgn(b*x + a) + 144*B*b^3*d^2*x^2*e^2*sgn(b*x + a
) + 36*B*b^3*d^3*x*e*sgn(b*x + a) + 4*B*b^3*d^4*sgn(b*x + a) + 1260*B*a*b^2*x^3*e^4*sgn(b*x + a) + 420*A*b^3*x
^3*e^4*sgn(b*x + a) + 540*B*a*b^2*d*x^2*e^3*sgn(b*x + a) + 180*A*b^3*d*x^2*e^3*sgn(b*x + a) + 135*B*a*b^2*d^2*
x*e^2*sgn(b*x + a) + 45*A*b^3*d^2*x*e^2*sgn(b*x + a) + 15*B*a*b^2*d^3*e*sgn(b*x + a) + 5*A*b^3*d^3*e*sgn(b*x +
 a) + 1080*B*a^2*b*x^2*e^4*sgn(b*x + a) + 1080*A*a*b^2*x^2*e^4*sgn(b*x + a) + 270*B*a^2*b*d*x*e^3*sgn(b*x + a)
 + 270*A*a*b^2*d*x*e^3*sgn(b*x + a) + 30*B*a^2*b*d^2*e^2*sgn(b*x + a) + 30*A*a*b^2*d^2*e^2*sgn(b*x + a) + 315*
B*a^3*x*e^4*sgn(b*x + a) + 945*A*a^2*b*x*e^4*sgn(b*x + a) + 35*B*a^3*d*e^3*sgn(b*x + a) + 105*A*a^2*b*d*e^3*sg
n(b*x + a) + 280*A*a^3*e^4*sgn(b*x + a))*e^(-5)/(x*e + d)^9